GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-10T12:48:31.0370164+00:00",
"SubmitDate": "2026-03-10T12:48:31.0370164+00:00",
"ReportPeriodStart": "2026-03-10T12:48:31.0370164+00:00",
"ReportPeriodEnd": "2026-03-10T12:48:31.0370164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e41ba3bf-303e-4c7f-82cb-16830861383f",
"Rows": [
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e41ba3bf-303e-4c7f-82cb-16830861383f",
"Rows": [
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"879935b3-8fa5-41dd-9480-e58e1c7eed23",
"26e98a9e-7964-4c34-88d1-18cfe611af13"
],
"Approvers": [
"d4523878-74c2-42a3-9e26-415622106cee",
"ea5f3a65-6e57-458e-ba23-474fc1b17081"
],
"ApprovedBy": "5f95af52-dc87-46d7-9bf4-20a8bc8fed6d",
"ApprovalDate": "2026-03-10T12:48:31.0370164+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d879a35-ee78-46aa-9170-4f2d37d12983",
"id": "4e97433f-2bad-4a07-9442-f763ae867595",
"ConfigId": "fe8b63c2-d412-4bd3-9cae-8fdc1c4f08f2"
},
{
"GenerationDate": "2026-03-10T12:48:31.0370164+00:00",
"SubmitDate": "2026-03-10T12:48:31.0370164+00:00",
"ReportPeriodStart": "2026-03-10T12:48:31.0370164+00:00",
"ReportPeriodEnd": "2026-03-10T12:48:31.0370164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e41ba3bf-303e-4c7f-82cb-16830861383f",
"Rows": [
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e41ba3bf-303e-4c7f-82cb-16830861383f",
"Rows": [
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1acbfd63-3906-4aa2-9788-d47047ef024a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"879935b3-8fa5-41dd-9480-e58e1c7eed23",
"26e98a9e-7964-4c34-88d1-18cfe611af13"
],
"Approvers": [
"d4523878-74c2-42a3-9e26-415622106cee",
"ea5f3a65-6e57-458e-ba23-474fc1b17081"
],
"ApprovedBy": "5f95af52-dc87-46d7-9bf4-20a8bc8fed6d",
"ApprovalDate": "2026-03-10T12:48:31.0370164+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d879a35-ee78-46aa-9170-4f2d37d12983",
"id": "4e97433f-2bad-4a07-9442-f763ae867595",
"ConfigId": "fe8b63c2-d412-4bd3-9cae-8fdc1c4f08f2"
}
]